tests: Drop numeric prefix
authorColin Walters <walters@verbum.org>
Tue, 9 Jul 2013 14:41:07 +0000 (10:41 -0400)
committerColin Walters <walters@verbum.org>
Tue, 9 Jul 2013 14:41:07 +0000 (10:41 -0400)
commit43d69ac8a38c3c5684134685586805224716d1bf
treea135b1a54b774281d03cdf21aa5e97bbeda6e44d
parentbea4a7538fe453f17f99800a32b14f93f4407782
tests: Drop numeric prefix

Theoretically it's useful to have layers of tests, but in practice
it's just annoying to assign numbers.
22 files changed:
Makefile-tests.am
src/ostree/ostree-pull.c
tests/t0000-basic.sh [deleted file]
tests/t0001-archive.sh [deleted file]
tests/t0002-archivez.sh [deleted file]
tests/t0003-log.sh [deleted file]
tests/t0004-remote-add.sh [deleted file]
tests/t0005-corruption.sh [deleted file]
tests/t0006-libarchive.sh [deleted file]
tests/t0011-pull-archive-z.sh [deleted file]
tests/t0015-admin-deploy.sh [deleted file]
tests/t0016-admin-deploy.sh [deleted file]
tests/test-admin-deploy-1.sh [new file with mode: 0755]
tests/test-admin-deploy-2.sh [new file with mode: 0755]
tests/test-archive.sh [new file with mode: 0755]
tests/test-archivez.sh [new file with mode: 0755]
tests/test-basic.sh [new file with mode: 0755]
tests/test-corruption.sh [new file with mode: 0755]
tests/test-libarchive.sh [new file with mode: 0755]
tests/test-log.sh [new file with mode: 0755]
tests/test-pull-archive-z.sh [new file with mode: 0755]
tests/test-remote-add.sh [new file with mode: 0755]